Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / CalendarSlotsPanel<S> Class / Overflow Property


In This Topic
    Overflow Property
    In This Topic
    Gets the lenghts in pixels of the visible boundaries.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Overflow As UIKit.UIEdgeInsets
    'Usage
     
    
    Dim instance As CalendarSlotsPanel(Of S)
    Dim value As UIKit.UIEdgeInsets
     
    value = instance.Overflow
    public UIKit.UIEdgeInsets Overflow {get;}
    See Also